Package-level declarations

Types

Link copied to clipboard

Abstract base class for named GraphQL fragment objects.

Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class GraphQLFragment(val value: String)

Annotation that declares a named GraphQL fragment on a Kotlin singleton object.

Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class GraphQLOperation(val value: String)

Annotation that declares a GraphQL executable document on a Kotlin singleton object.

Link copied to clipboard
abstract class MutationFromAnnotation

Abstract base class for named GraphQL mutation operation objects.

Link copied to clipboard
abstract class QueryFromAnnotation

Abstract base class for named GraphQL query operation objects.